DataCollection
TitleForHeader メソッド

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1TableViewSource<T> クラス : TitleForHeader メソッド
Table view containing the section.
Index of the section displaying the header.
Called to populate the header for the specified section.
シンタックス
'宣言
 
Public Overrides NotOverridable Function TitleForHeader( _
   ByVal tableView As UIKit.UITableView, _
   ByVal section As System.IntPtr _
) As System.String
public override System.string TitleForHeader( 
   UIKit.UITableView tableView,
   System.IntPtr section
)

パラメータ

tableView
Table view containing the section.
section
Index of the section displaying the header.

戻り値の型

Text to display in the section header, or null if no title is required.
参照

C1TableViewSource<T> クラス
C1TableViewSource<T> メンバ